Rotated bounding box are annotation boxes that have a rotation vs. the vertical or horizontal axis, for example: Rotated bounding boxes allows to get a better focus around the object and are often used in satellite imagery and other use cases. Rotated bounding box is defined by 4 vertices in the corder, each one has x and y coordinates. We number them as x1,y,x2,y2… For working with rotated bounding boxes, prepare a csv file in the following format (let’s asume the file is named:
annotations.csv)
Full example is here.